ComponentOne FlexPivot for WinForms
AddRange(IEnumerable<Object>) Method

C1.Win.Input.MultiSelect.4 Assembly > C1.Win.Input Namespace > TagCollection Class > AddRange Method : AddRange(IEnumerable<Object>) Method
The specified collection of items.
Adds the items of the specified collection to the end of the TagCollection.
Syntax
'Declaration
 
Public Overloads Sub AddRange( _
   ByVal collection As System.Collections.Generic.IEnumerable(Of Object) _
) 
public void AddRange( 
   System.Collections.Generic.IEnumerable<object> collection
)

Parameters

collection
The specified collection of items.
See Also

Reference

TagCollection Class
TagCollection Members
Overload List